Scheduler for WinRT
CaptionMapping Property


Returns MappingInfo object for BaseObject.MenuCaption property of the object. If the storage object is bound to a data source via its DataSource property, the properties of this object allow the BaseObject.MenuCaption property of the object to be bound to the appropriate field in the data source.
Syntax
'Declaration
 
<C1CategoryAttribute()>
<C1DescriptionAttribute("Allows the MenuCaption property of the object to be bound to appropriate field in the data source.")>
Public ReadOnly Property CaptionMapping As MappingInfo
'Usage
 
Dim instance As BaseObjectMappingCollection(Of T)
Dim value As MappingInfo
 
value = instance.CaptionMapping
[C1Category()]
[C1Description("Allows the MenuCaption property of the object to be bound to appropriate field in the data source.")]
public MappingInfo CaptionMapping {get;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BaseObjectMappingCollection<T> Class
BaseObjectMappingCollection<T> Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.